home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / lightwave / lwmlist / 94.lightwave-08 / 000502_owner-lightwave-l _Thu Aug 25 17:08:07 1994.msg < prev    next >
Internet Message Format  |  1994-09-05  |  1KB

  1. Return-Path: <owner-lightwave-l>
  2. Received: by mail.netcom.com (8.6.9/Netcom)     id QAA03133; Thu, 25 Aug 1994 16:35:29 -0700
  3. Received: from nova.unix.portal.com by mail.netcom.com (8.6.9/Netcom)     id QAA03063; Thu, 25 Aug 1994 16:35:11 -0700
  4. Received: from jobe.shell.portal.com (jobe.shell.portal.com [156.151.3.4]) by nova.unix.portal.com (8.6.7/8.6.4) with ESMTP id QAA03681 for <lightwave-l@netcom.com>; Thu, 25 Aug 1994 16:34:31 -0700
  5. Received: from localhost (adh@localhost) by jobe.shell.portal.com (8.6.4/8.6.5) id QAA24784 for lightwave-l@netcom.com; Thu, 25 Aug 1994 16:34:28 -0700
  6. Date: Thu, 25 Aug 1994 16:34:28 -0700
  7. From: Allen D Hastings <adh@shell.portal.com>
  8. Message-Id: <199408252334.QAA24784@jobe.shell.portal.com>
  9. To: lightwave-l@netcom.com
  10. Subject: ARexx backdrop color control
  11. Sender: owner-lightwave-l@netcom.com
  12. Precedence: bulk
  13. Reply-To: lightwave-l@netcom.com
  14.  
  15. >    Extending this idea, ALL values should be AREXX addressable also.
  16. >Leading the pack here would be vertices and polys in LWM, and background
  17. >color values in LW-layout.
  18.  
  19. If you mean the colors of the gradient backdrop, then your wish is
  20. already granted.  The commands are:
  21.  
  22.     ZenithColor <r> <g> <b>
  23.     SkyColor <r> <g> <b>
  24.     GroundColor <r> <g> <b>
  25.     NadirColor <r> <g> <b>
  26.  
  27. The RGB values are integers from 0 to 255.  There's also a FogColor
  28. ARexx command.
  29.  
  30. - AH